home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_zsh.idb / usr / freeware / catman / u_man / cat1 / zsh.Z / zsh
Encoding:
Text File  |  1998-05-21  |  6.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      ZZZZSSSSHHHH((((1111))))          zzzzsssshhhh vvvveeeerrrrssssiiiioooonnnn 3333....0000 ((((JJJJuuuunnnneeee 22226666,,,,    1111999999996666))))        ZZZZSSSSHHHH((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       zsh -    the Z shell
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       Because zsh contains many features, the zsh manual has been
  13.       split    into a number of sections:
  14.  
  15.          _z_s_h      Zsh overview (this section)
  16.          _z_s_h_b_u_i_l_t_i_n_s  Zsh built-in functions
  17.          _z_s_h_c_o_m_p_c_t_l      Zsh completion control
  18.          _z_s_h_e_x_p_n      Zsh command and parameter expansion
  19.          _z_s_h_p_a_r_a_m      Zsh parameters
  20.          _z_s_h_z_l_e      Zsh command line editing
  21.          _z_s_h_o_p_t_i_o_n_s      Zsh options
  22.          _z_s_h_m_i_s_c      Currently everything else
  23.          _z_s_h_a_l_l      Meta-man page    containing all of the above
  24.  
  25.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.       Zsh is a UNIX    command    interpreter (shell) usable as an
  27.       interactive login shell and as a shell script    command
  28.       processor.  Of the standard shells, zsh most closely
  29.       resembles _k_s_h    but includes many enhancements.     Zsh has
  30.       comand line editing, builtin spelling    correction,
  31.       programmable command completion, shell functions (with
  32.       autoloading),    a history mechanism, and a host    of other
  33.       features.
  34.  
  35.      IIIINNNNVVVVOOOOCCCCAAAATTTTIIIIOOOONNNN    OOOOPPPPTTTTIIIIOOOONNNNSSSS
  36.       If the -ssss flag is not    present    and an argument    is given, the
  37.       first    argument is taken to be    the pathname of    a script to
  38.       execute.  The    remaining arguments are    assigned to the
  39.       positional parameters.  The following    flags are interpreted
  40.       by the shell when invoked:
  41.  
  42.       -cccc _s_t_r_i_n_g
  43.            Read commands from _s_t_r_i_n_g.
  44.       -iiii   Force shell to be interactive.
  45.       -ssss   Read command from the standard input.
  46.  
  47.      SSSSTTTTAAAARRRRTTTTUUUUPPPP////SSSSHHHHUUUUTTTTDDDDOOOOWWWWNNNN FFFFIIIILLLLEEEESSSS
  48.       Commands are first read from %%%%zzzzsssshhhheeeennnnvvvv%%%%.  If the RRRRCCCCSSSS option is
  49.       unset    within %%%%zzzzsssshhhheeeennnnvvvv%%%%, all other initialization files    are
  50.       skipped.  Otherwise, commands    are read from
  51.       $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzsssshhhheeeennnnvvvv.  (If ZZZZDDDDOOOOTTTTDDDDIIIIRRRR is unset, HHHHOOOOMMMMEEEE    is used
  52.       instead).  If    the first character of argument    zero passed to
  53.       the shell is -, or if    the -llll flag is present,    then the shell
  54.       is assumed to    be a login shell, and commands are read    from
  55.       %%%%zzzzpppprrrrooooffffiiiilllleeee%%%% and then $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzpppprrrrooooffffiiiilllleeee.  Then, if the    shell
  56.       is interactive, commands are read from %%%%zzzzsssshhhhrrrrcccc%%%% and then
  57.       $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzsssshhhhrrrrcccc.  Finally, if    the shell is a login shell,
  58.       %%%%zzzzllllooooggggiiiinnnn%%%% and $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzllllooooggggiiiinnnn    are read.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 4/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ZZZZSSSSHHHH((((1111))))          zzzzsssshhhh vvvveeeerrrrssssiiiioooonnnn 3333....0000 ((((JJJJuuuunnnneeee 22226666,,,,    1111999999996666))))        ZZZZSSSSHHHH((((1111))))
  71.  
  72.  
  73.  
  74.      FFFFIIIILLLLEEEESSSS
  75.       $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzsssshhhheeeennnnvvvv
  76.       $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzpppprrrrooooffffiiiilllleeee
  77.       $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzsssshhhhrrrrcccc
  78.       $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzllllooooggggiiiinnnn
  79.       $$$$ZZZZDDDDOOOOTTTTDDDDIIIIRRRR////....zzzzllllooooggggoooouuuutttt
  80.       $$$${{{{TTTTMMMMPPPPPPPPRRRREEEEFFFFIIIIXXXX}}}}****      (default is /tmp/zsh*)
  81.       %%%%zzzzsssshhhheeeennnnvvvv%%%%
  82.       %%%%zzzzpppprrrrooooffffiiiilllleeee%%%%
  83.       %%%%zzzzsssshhhhrrrrcccc%%%%
  84.       %%%%zzzzllllooooggggiiiinnnn%%%%
  85.       %%%%zzzzllllooooggggoooouuuutttt%%%%
  86.  
  87.      AAAAUUUUTTTTHHHHOOOORRRR
  88.       Zsh was originally written by    Paul Falstad <pjf@cts.com>.
  89.       Zsh is now maintained    by the members of the zsh workers
  90.       mailing list zzzzsssshhhh----wwwwoooorrrrkkkkeeeerrrrssss@@@@mmmmaaaatttthhhh....ggggaaaatttteeeecccchhhh....eeeedddduuuu.  The development
  91.       is currently coordinated by Zoltan Hidvegi
  92.       <hzoli@cs.elte.hu>.
  93.  
  94.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  95.       _s_h(1), _c_s_h(1), _t_c_s_h(1), _r_c(1), _b_a_s_h(1), _k_s_h(1),
  96.       _z_s_h_b_u_i_l_t_i_n_s(%manext%), _z_s_h_c_o_m_p_c_t_l(%manext%),
  97.       _z_s_h_e_x_p_n(%manext%), _z_s_h_p_a_r_a_m(%manext%), _z_s_h_z_l_e(%manext%),
  98.       _z_s_h_o_p_t_i_o_n_s(%manext%),    _z_s_h_m_i_s_c(%manext%).
  99.       _I_E_E_E _S_t_a_n_d_a_r_d    _f_o_r _i_n_f_o_r_m_a_t_i_o_n    _T_e_c_h_n_o_l_o_g_y - _P_o_r_t_a_b_l_e
  100.       _O_p_e_r_a_t_i_n_g _S_y_s_t_e_m _I_n_t_e_r_f_a_c_e (_P_O_S_I_X) - _P_a_r_t _2: _S_h_e_l_l _a_n_d
  101.       _U_t_i_l_i_t_i_e_s, IEEE Inc, 1993, ISBN 1-55937-255-9.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 4/24/98)
  130.  
  131.  
  132.  
  133.